SaveLayout(Form,Stream,String[]) Method
In This Topic
Saves layout of all C1DockingTab controls on the form to the stream.
Syntax
'Declaration
Public Overloads Shared Sub SaveLayout( _
ByVal As Form, _
ByVal As Stream, _
ByVal ParamArray () As String _
)
public static void SaveLayout(
Form ,
Stream ,
params string[]
)
Parameters
- form
- stream
- pageProperties
- Additional property names of the C1DockingTabPage that you would like to store.
See Also